html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑", "microsoft yahei";
  position: relative;
  color: #424242;
  font-size: 18px;
  font-size: 0.18rem;
  background: url(2022-body.png) no-repeat center bottom #f2f2f2;
  background-size: 100% auto;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #424242;
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

ul,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

input,
button,
select,
textarea {
  font-family: "Microsoft YaHei UI", "Helvetica", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  -webkit-user-select: auto;
  border: 0;
  border-radius: 0;
  outline: none;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  outline: none;
}

#ariaTipText {
  display: none;
}

.pClear {
  clear: both;
}

.pLocation {
  font-size: 15px;
  font-size: 0.15rem;
  line-height: 34px;
  line-height: 0.34rem;
}

.pLocation span {
  margin: 0 5px;
  margin: 0 0.05rem;
}

.pImgBox {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.pImgBox img {
  min-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  *position: relative;
  *left: auto;
  *top: auto;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  object-fit: cover;
}

.pGuidangImg {
  position: absolute;
  right: 0;
  top: -30px;
  top: -0.3rem;
  transform: rotate(25deg);
  display: none;
  z-index: 99;
}

.pGuidangImg img {
  width: 77px;
  width: 0.77rem;
  height: 44px;
  height: 0.44rem;
  display: block;
  margin: 0 auto;
}

.pGuidangImg span {
  color: #da5857;
  font-weight: 700;
  margin-top: 5px;
  margin-top: 0.05rem;
  display: block;
  font-size: 16px;
  font-size: 0.16rem;
}

/**** 公共新闻列表 ****/
.pList01 {
  line-height: 40px;
  line-height: 0.4rem;
}

.pList01 li::after {
  content: "";
  display: block;
  clear: both;
}

.pList01 li a {
  width: 80%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.pList01 li a:hover {
  color: #ff0000;
}

.pList01 li span {
  float: right;
  color: #929292;
}

/**** 公共标题 ****/
.pHead01 {
  width: auto;
  height: 39px;
  height: 0.39rem;
}

.pHead01::after {
  content: "";
  display: block;
  clear: both;
}

.pHead01 a {
  width: auto;
  height: 39px;
  height: 0.39rem;
  line-height: 39px;
  line-height: 0.39rem;
  display: block;
  font-size: 22px;
  font-size: 0.22rem;
  font-weight: 700;
  padding: 0 25px;
  padding: 0 0.25rem;
}

.pHead01 li {
  float: left;
  position: relative;
  margin-right: 20px;
  margin-right: 0.2rem;
}

.pHead01 li.active a {
  color: #ffffff;
  background-color: #3766a2;
  border-radius: 3px 3px 0 0;
}

.pHead01 li::after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-color: transparent #e3e3e3 transparent transparent;
  border-style: solid;
  border-width: 0 22px 20px 22px;
  border-width: 0 0.22rem 0.2rem 0.22rem;
  transform: rotate(-90deg);
  position: absolute;
  top: 30px;
  top: 0.3rem;
  right: -32px;
  right: -0.32rem;
}

.pHead01 li.active::after {
  display: block;
}

.pHead02 {
  font-size: 22px;
  font-size: 0.22rem;
  line-height: 30px;
  line-height: 0.3rem;
}

.pHead02::after {
  content: "";
  display: block;
  clear: both;
}

.pHead02 li {
  float: left;
}

.pHead02 li::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  height: 0.2rem;
  background-color: #cacaca;
  float: left;
  margin: 5px 15px 0;
  margin: 0.05rem 0.15rem 0;
}

.pHead02 li:first-child::after {
  display: none;
}

.pHead02 li.active a {
  font-weight: 700;
  color: #1f5d83;
}

.pHead03 {
  width: auto;
  height: 42px;
  height: 0.42rem;
  line-height: 42px;
  line-height: 0.42rem;
  border-bottom: 1px solid #e4e4e4;
  font-size: 0;
}

.pHead03 a {
  display: inline-block;
  padding: 0 10px;
  padding: 0 0.1rem;
  height: 100%;
  text-align: center;
  color: #3866a2;
  position: relative;
  font-size: 22px;
  font-size: 0.22rem;
  font-weight: 700;
}

.pHead03 a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3866a2;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pHead04 {
  width: auto;
  height: 40px;
  height: 0.4rem;
  line-height: 40px;
  line-height: 0.4rem;
  background-color: #f2f3f5;
  padding: 0 10px 0 15px;
  padding: 0 0.1rem 0 0.15rem;
  font-size: 18px;
  font-size: 0.18rem;
  border-left: 5px solid #4585ad;
  border-left: 0.05rem solid #4585ad;
  font-weight: 700;
}

.pHead04 a {
  float: right;
  font-size: 12px;
  font-size: 0.12rem;
  width: auto;
  padding: 0 12px;
  padding: 0 0.12rem;
  height: 22px;
  height: 0.22rem;
  line-height: 20px;
  line-height: 0.2rem;
  margin-top: 9px;
  margin-top: 0.09rem;
  font-weight: 400;
  border-radius: 3px;
  color: #919191 !important;
}

.pHead04 a:hover {
  background: #4585ad;
  color: #ffffff !important;
}

/**** 公共顶部 ****/
.pTop {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 30px;
  padding-bottom: 0.3rem;
  height: auto;
}

/**** 顶部链接 ****/
.pTop .top-link {
  color: #615f5f;
  padding-top: 10px;
  font-size: 14px;
  font-size: 0.14rem;
}

.pTop .top-link::after {
  content: "";
  display: block;
  clear: both;
}

.pTop .top-link .link-left {
  float: left;
}

.pTop .top-link .link-left .a-link {
  color: #615f5f;
  margin-right: 20px;
  margin-right: 0.2rem;
  float: left;
}

.pTop .top-link .link-left .a-link:hover {
  color: #ff0000;
}

.pTop .top-link .link-left .bmjz {
  float: left;
  background: url(2022-pTop-bmjz-ico.png) no-repeat right;
  background-size: 16px 6px;
  background-size: auto 32%;
  padding-right: 18px;
  padding-right: 0.18rem;
  cursor: pointer;
}

.pTop .top-link .link-right {
  float: right;
}

.pTop .top-link .link-right .a-link {
  color: #615f5f;
  margin-left: 10px;
  margin-left: 0.1rem;
  float: left;
  cursor: pointer;
  outline: none;
  line-height: 20px;
}

.pTop .top-link .link-right .a-link::before {
  content: "|";
  clear: both;
  display: block;
  float: left;
  margin-right: 10px;
  margin-right: 0.1rem;
  font-family: "宋体";
}

.pTop .top-link .link-right .a-link:first-child::before {
  display: none;
}

.pTop .top-link .link-right .a-link.nosplit::before,
.pTop .top-link .link-right .a-link.nosplit::after {
  display: none;
}

.pTop .top-link .link-right .a-link:last-child {
  cursor: default;
}

.pTop .top-link .link-right .a-link:hover {
  color: #ff0000;
}

.pTop .top-link .link-right .a-link.nolft {
  margin-left: 0;
}

.pTop .top-link .link-right .a-link.nolft::before {
  content: "/";
  display: block;
  float: left;
  margin: 0 3px;
  font-family: "Microsoft YaHei";
}

.pTop .top-link .link-right .a-link:hover::before,
.pTop .top-link .link-right .a-link:last-child:hover {
  color: #615f5f;
}

.pTop .top-con {
  padding-top: 23px;
  padding-top: 0.23rem;
  font-size: 0;
}

.pTop .top-con::after {
  content: "";
  display: block;
  clear: both;
}

.pTop .top-con .con-left {
  float: left;
  padding-top: 7px;
  padding-top: 0.07rem;
}

.pTop .top-con .con-left img {
  display: block;
  width: 433px;
  width: 4.33rem;
}

.pTop .top-con .con-left .logo-gh {
  width: auto;
  height: 69px;
  height: 0.69rem;
  float: left;
  margin-right: 15px;
  margin-right: 0.15rem;
}

.pTop .top-con .con-left .logo-font {
  width: auto;
  height: 69px;
  height: 0.69rem;
}

.bmjz-top .pTop .top-con .con-left a {
  display: block;
}

.bmjz-top .pTop .top-con .con-left .logoimg img {
  width: auto;
  height: 33px;
  height: 0.33rem;
}

.bmjz-top .pTop .top-con {
  padding-top: 10px;
  padding-top: 0.1rem;
}

.bmjz-top .pTop .top-con .con-left .logofont {
  font-size: 28px;
  font-size: 0.28rem;
  font-weight: 700;
  color: #1f5d83;
  margin-top: 5px;
  margin-top: 0.05rem;
}

.bmjz-top .pNav {
  text-align: center;
}

.bmjz-top .pNav li {
  float: none;
  display: inline-block;
  width: auto;
  padding: 0 20px;
  padding: 0 0.2rem;
}

.bmjz-top .pNav li a {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  font-size: 0.18rem;
  line-height: 58px;
  line-height: 0.58rem;
}

.pTop .top-con .con-right {
  float: right;
}

.pTop .top-con .con-right .pSearch-box {
  float: left;
}

.pTop .top-con .con-right .pSearch-box .smsg {
  padding-left: 20px;
  padding-left: 0.2rem;
  width: 470px;
  width: 4.7rem;
  font-size: 14px;
  font-size: 0.14rem;
  font-size: 0.15rem;
  line-height: 0.34rem;
  white-space: nowrap;
}

.pTop .top-con .con-right .pSearch-box .smsg a {
  margin-right: 8px;
  margin-right: 0.08rem;
  cursor: pointer;
}

.pTop .top-con .con-right .pSearch-box .smsg a:hover {
  color: #ff0000;
}

.pTop .top-con .con-right .pSearch {
  width: 490px;
  width: 4.9rem;
  height: 40px;
  height: 0.4rem;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  border-radius: 0.2rem;
  position: relative;
  margin-top: 5px;
  margin-top: 0.05rem;
  overflow: hidden;
}

.pTop .top-con .con-right .pSearch .ipt {
  width: 260px;
  width: 2.6rem;
  height: 30px;
  height: 0.3rem;
  line-height: 30px;
  line-height: 0.3rem;
  margin: 5px 0 0 18px;
  margin: 0.05rem 0 0 0.18rem;
  font-size: 14px;
  font-size: 0.14rem;
  padding: 0;
}

.pTop .top-con .con-right .pSearch .ipt::placeholder {
  font-size: 14px;
  font-size: 0.14rem;
}

.pTop .top-con .con-right .pSearch .btn {
  width: 94px;
  width: 0.94rem;
  padding-left: 18px;
  padding-left: 0.18rem;
  height: 42px;
  height: 0.42rem;
  border-radius: 21px;
  border-radius: 0.21rem;
  font-size: 15px;
  font-size: 0.15rem;
  text-align: left;
  position: absolute;
  right: 0;
  top: -1px;
  cursor: pointer;
  color: #ffffff;
  background: url(2022-pSearch-ico.png) no-repeat #1d6dab;
  background-position: 58px center;
  background-position: 0.58rem center;
  background-size: 20px 19px;
  background-size: 0.2rem 0.19rem;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.pTop .top-con .con-right .pSearch .btn:hover {
  background-color: #1f5d83;
}

.pTop .top-con .con-right .tq {
  float: left;
  width: 110px;
  /* width: 1.1rem; */
  height: 64px;
  height: 0.64rem;
  margin-top: 2px;
  margin-top: 0.02rem;
  margin-left: 12px;
  margin-left: 0.12rem;
  overflow: hidden;
  position: relative;
}

.pTop .top-con .con-right .tq iframe {
  position: absolute;
  left: -90px;
  top: 0;
}

.pTop-bmjz {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: rgba(31, 93, 131, 0.7);
  padding-bottom: 10px;
  padding-bottom: 0.1rem;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0.04rem 0.04rem 0.04rem rgba(0, 0, 0, 0.2);
  display: none;
  font-size: 15px;
  font-size: 0.15rem;
}

.pTop-bmjz .tit {
  color: #ffffff;
  font-weight: 700;
  padding: 20px 0 15px 0;
  padding: 0.2rem 0 0.15rem;
  display: block;
  line-height: 20px;
  line-height: 0.2rem;
}

.pTop-bmjz .bmjz-ul {
  padding-bottom: 12px;
  padding-bottom: 0.12rem;
}

.pTop-bmjz .bmjz-ul li {
  width: 16.66%;
  float: left;
  line-height: 32px;
  line-height: 0.32rem;
}

.pTop-bmjz .bmjz-ul li a {
  color: #ffffff;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pTop-bmjz .bmjz-ul li a:hover {
  color: #ff0000;
}

.pTop-bmjz .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.pTop-bmjz .bmjz-close {
  position: absolute;
  top: 18px;
  top: 0.18rem;
  right: 0px;
  cursor: pointer;
  width: 28px;
  width: 0.28rem;
}

/**** 顶部导航 ****/
.pNav {
  width: 100%;
  height: 58px;
  height: 0.58rem;
  background-color: #2e5586;
  /* overflow: hidden; */
  position: relative;
}

.pNav li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 0;
  height: 58px;
  height: 0.58rem;
}

.pNav li img {
  height: 58px;
  height: 0.58rem;
  display: block;
}

.pNav li a {
  height: 100%;
  display: inline-block;
}

.pNav li a::after {
  content: "";
  height: 2px;
  width: 0;
  background-color: #ffffff;
  display: block;
  margin: 0 auto;
  margin-top: -10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.pNav li a:hover::after,
.pNav li:hover a::after {
  width: 44px;
  width: 0.44rem;
}

.pNav .mainWidth {
  position: static;
}

.pNav li:hover .childNav {
  display: block;
}

.pNav .childNav {
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 58px;
  top: 0.58rem;
  text-align: center;
  z-index: 99;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  height: auto;
  padding: 25px 0;
  padding: 0.25rem 0;
  display: none;
}

.pNav .childNav dt {
  display: inline-block;
  margin: 0 15px;
  margin: 0 0.15rem;
  font-size: 18px;
  font-size: 0.18rem;
  font-weight: 700;
}

.pNav .childNav dt a {
  color: #333333;
}

.pNav .childNav dt a:hover {
  color: #ff0000;
}

.pNav li .childNav a:hover::after,
.pNav li:hover .childNav a::after {
  display: none;
}

/**** 公共底部 ****/
.pFoot {
  /* height: 112px; */
  height: auto;
  margin-top: 20px;
  margin-top: 0.2rem;
  background-color: rgba(55, 102, 162, 0.5);
  font-size: 16px;
  font-size: 0.16rem;
  color: #ffffff;
  position: relative;
  padding: 10px 0;
  padding: 0.1rem 0;
}

.pFoot .mainWidth {
  position: initial;
  height: 100%;
}

.pFoot a {
  color: #ffffff;
}

.pFoot .foot-left {
  float: left;
}

.pFoot .foot-left .link-ul {
  width: 100%;
  padding: 0.05rem 0;
}

.pFoot .foot-left .link-ul::after {
  content: "";
  display: block;
  clear: both;
}

.pFoot .foot-left .link-ul li {
  width: auto;
  margin-right: 20px;
  margin-right: 0.2rem;
  float: left;
}

.pFoot .foot-left .link-ul li::before {
  content: "";
  display: block;
  width: 1px;
  height: 13px;
  height: 0.13rem;
  background-color: #ffffff;
  float: left;
  margin-top: 9px;
  margin-top: 0.09rem;
}

.pFoot .foot-left .link-ul li:last-child {
  margin-right: 0;
}

.pFoot .foot-left .link-ul li:first-child::before {
  display: none;
}

.pFoot .foot-left .link-ul li:first-child .name {
  padding-left: 0;
}

.pFoot .foot-left .link-ul li .name {
  height: 30px;
  height: 0.3rem;
  line-height: 30px;
  line-height: 0.3rem;
  padding-left: 20px;
  padding-left: 0.2rem;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.pFoot .foot-left .link-ul li .name:hover {
  color: #ff0000;
}

.pFoot .foot-left .link-ul li .link-con {
  width: 100%;
  min-width: 1200px;
  min-width: 12rem;
  height: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 11;
  position: absolute;
  left: 0;
  bottom: 122px;
  bottom: 1.22rem;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  overflow: hidden;
}

.pFoot .foot-left .link-ul li .link-con .link-ul {
  width: 1400px;
  width: 14rem;
  margin: 0 auto;
}

.pFoot .foot-left .link-ul li .link-con .link-ul dt {
  width: 14.28%;
  float: left;
  height: 36px;
  height: 0.36rem;
  line-height: 36px;
  line-height: 0.36rem;
  text-align: center;
}

.pFoot .foot-left .link-ul li .link-con .link-ul dt a {
  color: #ffffff;
  width: 90%;
  padding: 0 5%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 16px;
  font-size: 0.16rem;
}

.pFoot .foot-left .link-ul li .link-con .link-ul dt a:hover {
  background: #78bfeb;
  color: #ffffff;
}

.pFoot .foot-left .link-ul li.active .link-con {
  display: block;
  padding: 25px 0;
  padding: 0.25rem 0;
  height: auto;
}

.pFoot .foot-left .msg {
  font-size: 16px;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 32px;
  line-height: 0.32rem;
}

.pFoot .foot-left .msg label {
  margin-right: 10px;
  margin-right: 0.1rem;
}

.pFoot .foot-right {
  float: right;
  padding-top: 0.16rem;
}

.pFoot .foot-right a:last-child {
  margin-right: 0;
}

.pFoot .foot-right a img {
  display: block;
}

.pFoot .foot-right .zfzc {
  margin-top: 26px;
  margin-top: 0.26rem;
  float: left;
  display: block;
  margin-right: 15px;
  margin-right: 0.15rem;
}

.pFoot .foot-right .zfzc img {
  width: 110px;
  width: 1.1rem;
}

.pFoot .foot-right .ga {
  margin-top: 18px;
  margin-top: 0.18rem;
  float: left;
  display: block;
}

.pFoot .foot-right .ga img {
  width: 50px;
  width: 0.5rem;
}

.pFoot .foot-right .dzjg {
  margin-top: 14px;
  margin-top: 0.14rem;
  float: left;
  display: block;
}

.pFoot .foot-right .dzjg img {
  width: 80px;
  width: 0.8rem;
}

.mainWidth {
  width: 1400px;
  width: 14rem;
  margin: 0 auto;
  position: relative;
}

/**** 主界面轮播 ****/
.pMainContent {
  width: 95%;
  margin: 10px auto 0;
  position: relative;
}

.pMainContent #main-swiper {
  height: 616px;
  height: 6.16rem;
}

.pMainContent #main-swiper #mian-wrapper {
  width: 1200px;
  width: 12rem;
  margin: 0 auto;
  overflow: hidden;
}

.pMainContent #main-swiper #mian-wrapper.two {
  height: 1232px;
  height: 12.32rem;
}

.pMainContent #main-swiper #mian-wrapper.three {
  height: 1848px;
  height: 18.48rem;
}

.pMainContent #main-swiper #mian-wrapper.four {
  height: 2464px;
  height: 24.64rem;
}

.pMainContent #main-pagination {
  right: -38px;
  right: -0.38rem;
  right: calc((100% - 1200px) / 2 - 38px);
  right: calc((100% - 12rem) / 2 - 0.38rem);
}

.pMainContent #main-pagination .swiper-pagination-bullet {
  width: 10px;
  width: 0.1rem;
  height: 10px;
  height: 0.1rem;
  border-radius: 50%;
  margin: 10px 0;
  margin: 0.1rem 0;
}

.pMainContent #main-pagination .swiper-pagination-bullet-active {
  background-color: #2c93d2;
}

.pMainContent #main-swiper .swiper-slide::after {
  content: "";
  display: block;
  clear: both;
}

.pMainContent #main-prev {
  left: auto;
  right: calc((100% - 1200px) / 2 - 52px);
  right: calc((100% - 12rem) / 2 - 0.52rem);
  width: 35px;
  width: 0.35rem;
  height: 35px;
  height: 0.35rem;
  border-radius: 50%;
  background-color: #2c93d2;
  color: #ffffff;
  top: calc(50% + 60px);
  top: calc(50% + 0.6rem);
  animation: tiaodong 1200ms ease-out infinite alternate;
}

.pMainContent #main-next {
  left: auto;
  right: calc((100% - 1200px) / 2 - 52px);
  right: calc((100% - 12rem) / 2 - 0.52rem);
  width: 35px;
  width: 0.35rem;
  height: 35px;
  height: 0.35rem;
  border-radius: 50%;
  background-color: #2c93d2;
  color: #ffffff;
  top: calc(50% - 50px);
  top: calc(50% - 0.5rem);
  animation: tiaodong 1200ms ease-out infinite alternate;
}

.pMainContent #main-prev::after {
  font-size: 16px;
  font-size: 0.16rem;
  transform: rotate(-90deg);
}

.pMainContent #main-next::after {
  font-size: 16px;
  font-size: 0.16rem;
  transform: rotate(-90deg);
}

.pMainContent #main-prev::before,
.pMainContent #main-next::before {
  content: "";
  display: block;
  width: 41px;
  width: 0.41rem;
  height: 41px;
  height: 0.41rem;
  border-radius: 50%;
  background-color: rgba(44, 147, 210, 0.28);
  position: absolute;
  animation: bianda 1200ms ease-out infinite alternate;
  left: -3px;
  left: -0.03rem;
  top: -3px;
  top: -0.03rem;
}

.pMainContent .main-button-disabled {
  display: none;
}

@keyframes tiaodong {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes bianda {
  0% {
    width: 0.41rem;
    height: 0.41rem;
    left: -3px;
    left: -0.03rem;
    top: -3px;
    top: -0.03rem;
  }

  100% {
    width: 0.47rem;
    height: 0.47rem;
    left: -6px;
    left: -0.06rem;
    top: -6px;
    top: -0.06rem;
  }
}

/*********** 分页 ***********/
.pagination {
  margin-top: 20px;
  margin-top: 0.2rem;
  margin-bottom: 20px;
  margin-bottom: 0.2rem;
  font-size: 14px;
  font-size: 0.14rem;
  text-align: center;
}

.pagination a {
  width: 32px;
  width: 0.32rem;
  margin: 0 6px;
  margin: 0 0.06rem;
  text-align: center;
  line-height: 32px;
  line-height: 0.32rem;
  display: inline-block;
  background: #eee;
  border-radius: 3px;
}

.pagination a:hover {
  color: #fff;
  background: #2760b7;
  cursor: pointer;
}

.pagination .first-page,
.pagination .last-page,
.pagination .yj-pga0,
.pagination .yj-pga8,
.pagination .pn {
  width: 78px;
  width: 0.78rem;
}

.pagination .active,
.pagination .blue,
.pagination .cur {
  background: #1f5d83;
  color: #fff;
}

/**** 响应样式 ****/
html {
  font-size: 100px;
}

@media screen and (max-width: 1653px) {
  html {
    font-size: 99.57831325301205px;
  }
}

@media screen and (max-width: 1643px) {
  html {
    font-size: 98.97590361445783px;
  }
}

@media screen and (max-width: 1633px) {
  html {
    font-size: 98.37349397590361px;
  }
}

@media screen and (max-width: 1623px) {
  html {
    font-size: 97.7710843373494px;
  }
}

@media screen and (max-width: 1613px) {
  html {
    font-size: 97.16867469879518px;
  }
}

@media screen and (max-width: 1603px) {
  html {
    font-size: 96.56626506024096px;
  }
}

@media screen and (max-width: 1593px) {
  html {
    font-size: 95.96385542168675px;
  }
}

@media screen and (max-width: 1583px) {
  html {
    font-size: 95.36144578313253px;
  }
}

@media screen and (max-width: 1573px) {
  html {
    font-size: 94.75903614457831px;
  }
}

@media screen and (max-width: 1563px) {
  html {
    font-size: 94.1566265060241px;
  }
}

@media screen and (max-width: 1553px) {
  html {
    font-size: 93.55421686746988px;
  }
}

@media screen and (max-width: 1543px) {
  html {
    font-size: 92.95180722891566px;
  }
}

@media screen and (max-width: 1533px) {
  html {
    font-size: 92.34939759036145px;
  }
}

@media screen and (max-width: 1523px) {
  html {
    font-size: 91.74698795180723px;
  }
}

@media screen and (max-width: 1513px) {
  html {
    font-size: 91.14457831325301px;
  }
}

@media screen and (max-width: 1503px) {
  html {
    font-size: 90.5421686746988px;
  }
}

@media screen and (max-width: 1493px) {
  html {
    font-size: 89.93975903614458px;
  }
}

@media screen and (max-width: 1483px) {
  html {
    font-size: 89.33734939759036px;
  }
}

@media screen and (max-width: 1473px) {
  html {
    font-size: 88.73493975903614px;
  }
}

@media screen and (max-width: 1463px) {
  html {
    font-size: 88.13253012048193px;
  }
}

@media screen and (max-width: 1453px) {
  html {
    font-size: 87.53012048192771px;
  }
}

@media screen and (max-width: 1443px) {
  html {
    font-size: 86.92771084337349px;
  }
}

@media screen and (max-width: 1433px) {
  html {
    font-size: 86.32530120481928px;
  }
}

@media screen and (max-width: 1423px) {
  html {
    font-size: 85.72289156626506px;
  }
}

@media screen and (max-width: 1413px) {
  html {
    font-size: 85.12048192771084px;
  }
}

@media screen and (max-width: 1403px) {
  html {
    font-size: 84.51807228915663px;
  }
}

@media screen and (max-width: 1393px) {
  html {
    font-size: 83.91566265060241px;
  }
}

@media screen and (max-width: 1383px) {
  html {
    font-size: 83.31325301204819px;
  }
}

@media screen and (max-width: 1373px) {
  html {
    font-size: 82.7108433734939px;
  }
}

@media screen and (max-width: 1363px) {
  html {
    font-size: 82.10843373493976px;
  }
}

@media screen and (max-width: 1353px) {
  html {
    font-size: 81.5060240963855px;
  }
}

@media screen and (max-width: 1343px) {
  html {
    font-size: 80.9036144578313px;
  }
}

@media screen and (max-width: 1333px) {
  html {
    font-size: 80.3012048192771px;
  }
}

@media screen and (max-width: 1323px) {
  html {
    font-size: 79.6987951807229px;
  }
}

@media screen and (max-width: 1313px) {
  html {
    font-size: 79.0963855421687px;
  }
}

@media screen and (max-width: 1303px) {
  html {
    font-size: 78.4939759036145px;
  }
}

@media screen and (max-width: 1293px) {
  html {
    font-size: 77.8915662650602px;
  }
}

@media screen and (max-width: 1283px) {
  html {
    font-size: 77.289156626506px;
  }
}

@media screen and (max-width: 1273px) {
  html {
    font-size: 76.6867469879518px;
  }
}

@media screen and (max-width: 1263px) {
  html {
    font-size: 76.0843373493976px;
  }
}

@media screen and (max-width: 1253px) {
  html {
    font-size: 75.4819277108434px;
  }
}

@media screen and (max-width: 1243px) {
  html {
    font-size: 74.8795180722891px;
  }
}

@media screen and (max-width: 1233px) {
  html {
    font-size: 74.2771084337349px;
  }
}

@media screen and (max-width: 1223px) {
  html {
    font-size: 73.6746987951807px;
  }
}

@media screen and (max-width: 1213px) {
  html {
    font-size: 73.0722891566265px;
  }
}

@media screen and (max-width: 1203px) {
  html {
    font-size: 72.4698795180723px;
  }
}

@media screen and (max-width: 1193px) {
  html {
    font-size: 71.8674698795181px;
  }
}

@media screen and (max-width: 1183px) {
  html {
    font-size: 71.2650602409638px;
  }
}

@media screen and (max-width: 1173px) {
  html {
    font-size: 70.6626506024096px;
  }
}

@media screen and (max-width: 1163px) {
  html {
    font-size: 70.0602409638554px;
  }
}

@media screen and (max-width: 1153px) {
  html {
    font-size: 69.4578313253012px;
  }
}

@media screen and (max-width: 1143px) {
  html {
    font-size: 68.855421686747px;
  }
}

@media screen and (max-width: 1133px) {
  html {
    font-size: 68.2530120481928px;
  }
}

@media screen and (max-width: 1123px) {
  html {
    font-size: 67.6506024096386px;
  }
}

@media screen and (max-width: 1113px) {
  html {
    font-size: 67.0481927710843px;
  }
}

@media screen and (max-width: 1103px) {
  html {
    font-size: 66.4457831325301px;
  }
}

@media screen and (max-width: 1093px) {
  html {
    font-size: 65.8433734939759px;
  }
}

@media screen and (max-width: 1083px) {
  html {
    font-size: 65.2409638554217px;
  }
}

@media screen and (max-width: 1073px) {
  html {
    font-size: 64.6385542168675px;
  }
}

@media screen and (max-width: 1063px) {
  html {
    font-size: 64.0361445783132px;
  }
}

@media screen and (max-width: 1053px) {
  html {
    font-size: 63.433734939759px;
  }
}

@media screen and (max-width: 1043px) {
  html {
    font-size: 62.8313253012048px;
  }
}

@media screen and (max-width: 1033px) {
  html {
    font-size: 62.2289156626506px;
  }
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 61.6265060240964px;
  }
}

@media screen and (max-width: 1013px) {
  html {
    font-size: 61.0240963855422px;
  }
}

@media screen and (max-width: 1003px) {
  html {
    font-size: 60.4216867469879px;
  }
}

@media screen and (max-width: 993px) {
  html {
    font-size: 59.8192771084337px;
  }
}

@media screen and (max-width: 983px) {
  html {
    font-size: 59.2168674698795px;
  }
}

@media screen and (max-width: 973px) {
  html {
    font-size: 58.6144578313253px;
  }
}

@media screen and (max-width: 963px) {
  html {
    font-size: 58.0120481927711px;
  }
}

@media screen and (max-width: 953px) {
  html {
    font-size: 57.4096385542169px;
  }
}

@media screen and (max-width: 943px) {
  html {
    font-size: 56.8072289156626px;
  }
}

@media screen and (max-width: 933px) {
  html {
    font-size: 56.2048192771084px;
  }
}

@media screen and (max-width: 923px) {
  html {
    font-size: 55.6024096385542px;
  }
}

@media screen and (max-width: 913px) {
  html {
    font-size: 55px;
  }
}

@media screen and (max-width: 903px) {
  html {
    font-size: 54.3975903614458px;
  }
}

@media screen and (max-width: 893px) {
  html {
    font-size: 53.7951807228916px;
  }
}

@media screen and (max-width: 883px) {
  html {
    font-size: 53.1927710843373px;
  }
}

@media screen and (max-width: 873px) {
  html {
    font-size: 52.5903614457831px;
  }
}

@media screen and (max-width: 863px) {
  html {
    font-size: 51.9879518072289px;
  }
}

@media screen and (max-width: 853px) {
  html {
    font-size: 51.3855421686747px;
  }
}

@media screen and (max-width: 843px) {
  html {
    font-size: 50.7831325301205px;
  }
}

@media screen and (max-width: 833px) {
  html {
    font-size: 50.1807228915663px;
  }
}

@media screen and (max-width: 823px) {
  html {
    font-size: 49.578313253012px;
  }
}

@media screen and (max-width: 813px) {
  html {
    font-size: 48.9759036144578px;
  }
}

@media screen and (max-width: 803px) {
  html {
    font-size: 48.3734939759036px;
  }
}

@media screen and (max-width: 793px) {
  html {
    font-size: 47.7710843373494px;
  }
}

@media screen and (max-width: 783px) {
  html {
    font-size: 47.1686746987952px;
  }
}

@media screen and (max-width: 773px) {
  html {
    font-size: 46.566265060241px;
  }
}

@media screen and (max-width: 920px) {
  .pFoot {
    height: auto;
    padding: 0.15rem 0;
  }

  .pFoot .foot-left {
    width: 100%;
    float: none;
    text-align: center;
  }

  .pFoot .foot-left .link-ul {
    margin: 0 auto;
    display: inline-block;
    width: auto;
  }

  .pFoot .foot-right {
    width: 255px;
    width: 2.55rem;
    position: relative;
    float: none;
    margin: 0 auto;
  }

  .pFoot .foot-right::after {
    display: block;
    content: "";
    clear: both;
  }
}

@media screen and (max-width: 768px) {
  html {
    /*font-size: 55.9391770216306px;*/
    /*font-size: calc(100vw * (14 / 105)) !important;//手机端自适应*/
    font-size: 80px;
  }

  .pHead01 li.active::after {
    display: none;
  }

  .pHead01 li {
    width: 33.33%;
    margin: 0;
  }

  .pHead01 li a {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .mainWidth {
    width: calc(100% - 20px);
    padding: 0 10px;
  }

  .pTop {
    height: auto;
    padding-bottom: 0.2rem;
  }

  .pTop .top-link .link-right {
    display: none;
  }

  .pTop .top-link .link-left .a-link {
    display: none;
  }

  .pTop .top-con {
    padding-top: 0.1rem;
  }

  .pTop .top-con .con-left {
    width: 100%;
    float: none;
    text-align: center;
  }

  .pTop .top-con .con-left img {
    width: 80%;
    margin: 0 auto;
  }

  .pTop .top-con .con-left .logo-gh,
  .pTop .top-con .con-left .logo-font {
    height: calc(100vw * 0.12);
  }

  .bmjz-top .pTop .top-con .con-left .logofont {
    width: 100%;
    text-align: center;
  }

  .pTop .top-con .con-right {
    width: 100%;
    float: none;
  }

  .pTop .top-con .con-right .tq {
    display: none;
  }

  .pTop .top-con .con-right .pSearch-box .smsg {
    width: 95%;
    padding-left: 0;
    margin: 0.1rem auto 0;
    line-height: 0.24rem;
    white-space: initial;
    text-align: center;
  }

  .pTop .top-con .con-right .pSearch {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 0.15rem;
  }

  .pTop .top-con .con-right .pSearch .ipt {
    width: calc(100% - 0.62rem);
    margin-left: 0.12rem;
  }

  .pTop .top-con .con-right .pSearch .btn {
    background: url(2022-pSearch-ico-hover.png) no-repeat center #ffffff;
    font-size: 0;
    padding: 0;
    width: 0.5rem;
    background-size: 0.2rem 0.19rem;
  }

  .pTop-bmjz .bmjz-ul li {
    width: 40%;
    padding: 0 5%;
  }

  .bmjz-top .pNav li {
    float: left;
    padding: 0 10px;
  }

  .pNav .mainWidth {
    box-sizing: border-box;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }

  .pNav .mainWidth::-webkit-scrollbar {
    display: none;
  }

  .pNav ul {
    width: 7.2rem;
  }

  .pNav li {
    width: auto;
    padding: 0 0.2rem;
  }

  .pNav .childNav {
    display: none;
  }

  .pList01 li a {
    width: calc(100vw * 0.68);
  }

  .pFoot {
    height: auto;
    padding: 0.15rem 0;
  }

  .pFoot .foot-left .link-ul {
    display: none;
  }

  .pFoot .foot-left .msg label {
    display: block;
  }

  .pMainContent {
    width: calc(100% - 20px);
    padding: 0 10px;
    height: auto;
  }

  .pMainContent #main-swiper {
    height: auto;
  }

  .pMainContent #main-swiper #mian-wrapper {
    width: 100%;
    height: auto !important;
  }

  .pMainContent #main-swiper .swiper-slide {
    height: auto !important;
  }

  .pagination a {
    display: none;
  }

  .pagination .first-page,
  .pagination .last-page,
  .pagination .yj-pga0,
  .pagination .yj-pga8 {
    display: inline-block;
  }

  .pFoot .foot-right {
    width: 51vw;
    padding-top: 0;
  }

  .pFoot .foot-right .zfzc img {
    width: 22vw;
  }

  .pFoot .foot-right .ga img {
    width: 9.5vw;
  }

  .pFoot .foot-right .dzjg img {
    width: 15vw;
  }

  .pFoot .foot-right .zfzc {
    margin-right: 3vw;
  }

  .pFoot .foot-right > a {
    margin-right: 1vw;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 65px;
  }

  .pTop .top-con .con-right .pSearch {
    width: 44%;
  }

  .pList01 li a {
    width: calc(100vw * 0.65);
  }
}
